IRange<T> Interface Methods

For a list of all members of this type, see IRange<T> members.

Public Methods
 NameDescription
 MethodConverts this range to a DoubleRange, which are used internally for calculations (Inherited from SciChart.Data.Model.IRange)
 MethodClips the current IRange to a maxmimum range with RangeClipMode.MinMax mode (Inherited from SciChart.Data.Model.IRange)
 MethodCreates a new object that is a copy of the current instance. (Inherited from System.ICloneable)
 MethodGrows the current IRange<T> by the min and max fraction, returning this instance after modification  
 Method Returns True if the value is within the Min and Max of the Range (Inherited from SciChart.Data.Model.IRange)
 MethodSets the Min, Max values on the IRange<T>, returning this instance after modification  
 MethodSets the Min, Max values on the IRange<T>, returning this instance after modification  
 MethodSets the Min, Max values on the IRange with a max range to clip values to, returning this instance after modification (Inherited from SciChart.Data.Model.IRange)
 MethodPerforms the Union of two IRange instances, returning a new IRange  
Top
Extension Methods
 NameDescription
Public Extension MethodGrows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Top
See Also